home *** CD-ROM | disk | FTP | other *** search
- -- card: 30200 from stack: in.0
- -- bmap block id: 0
- -- flags: 0000
- -- background id: 11132
- -- name: owl 1
- ----- HyperTalk script -----
- on mouseUp
- click at the location of card field "show"
- end mouseUp
-
-
- -- part 2 (field)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=142 top=292 right=340 bottom=338
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 20
- -- text size: 40
- -- style flags: 0
- -- line height: 53
- -- part name: show
-
-
- -- part 4 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=410 top=12 right=98 bottom=496
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: sun
- ----- HyperTalk script -----
- on mouseUp
- FarSun
- end mouseUp
-
- on walkyTalky
- global speak
- put empty into card field "show" of card "owl 1"
- go next
- go next
- play speak
- wait until the sound is "done"
- go prev
- wait 30
- go next
- play speak
- wait until the sound is "done"
- go card "owl 1"
- wait 50
- go card "level 1"
- end walkyTalky
-
-
-
-
-
-
- -- part 5 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=425 top=285 right=342 bottom=512
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: eraser
- ----- HyperTalk script -----
- on mouseUp
- put empty into card field "show"
- click at the loc of card field "show"
- end mouseUp
-
-